home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
az
/
cyberx.dxr
/
00242_SALIDA VIDEO VENTANA.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
367 b
|
18 lines
on exitFrame
global FrameRet, cinta, full_video
puppetSprite(18, 0)
puppetSprite(19, 0)
puppetSprite(2, 0)
puppetSound(0)
puppetPalette(0)
set cinta to 1
set the visible of sprite 34 to 1
puppetPalette(0)
unLoadCast("CYBERDEM.AVI")
if full_video then
puppetTransition(0)
end if
preLoad(FrameRet + 1, FrameRet + 1)
go(FrameRet + 1)
end